From: Julien Danjou Date: Sat, 1 Oct 2011 13:19:17 +0000 (+0200) Subject: * notifications.el (notifications-notify): Fix docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2072^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c788037b7e8d77982d8f9a06eb77124731e6f337;p=emacs.git * notifications.el (notifications-notify): Fix docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4972ecca72..8ceb03a93c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-10-01 Julien Danjou + + * notifications.el (notifications-notify): Fix docstring. + 2011-10-01 Per Starbäck * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643) diff --git a/lisp/notifications.el b/lisp/notifications.el index adb9fdd641a..42cd40df36b 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -184,7 +184,7 @@ Various PARAMS can be set: This function returns a notification id, an integer, which can be used to manipulate the notification item with -`notifications-close'." +`notifications-close-notification'." (let ((title (plist-get params :title)) (body (plist-get params :body)) (app-name (plist-get params :app-name))